Skip to content

Generate UIs for the remaining schemas, part 1#82

Open
forman wants to merge 25 commits intomainfrom
forman/74-support_remaining_schemas
Open

Generate UIs for the remaining schemas, part 1#82
forman wants to merge 25 commits intomainfrom
forman/74-support_remaining_schemas

Conversation

@forman
Copy link
Copy Markdown
Collaborator

@forman forman commented Apr 7, 2026

  • All data classes in gavicore.ui.fields are now generic wrt FT (field type) and VT (view type)
  • Supporting widget type "radio" for primitive schemas with enum (generates a pn.widgets.RadioBoxGroup)
  • Supporting widget type "button" for primitive schemas with enum (generates a pn.widgets.RadioButtonGroup)
  • Supporting text formats "password", "datetime", and "time"
  • Supporting schemas with oneOf, anyOf, allOf: oneOf, anyOf generate a pn.layout.Tabs panel; allOf a combined object.
  • Some API renames
  • Started Cuiman GUI generation documentation

Checklist (strike out non-applicable):

  • Changes documented in CHANGES.md
  • Related issue exists and is referred to in the PR description and CHANGES.md
  • Added docstrings and API docs for any new/modified user-facing classes and functions
  • Changes/features documented in docs/*
  • Unit-tests adapted/added for changes/features
  • Test coverage remains or increases (target 100%)

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@forman forman marked this pull request as ready for review April 13, 2026 11:50
@forman forman requested review from clarasb and pont-us April 13, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant